home *** CD-ROM | disk | FTP | other *** search
- This simple program is a filter that removes trailing blanks from each line. It
- reads from standard input and produces its output to standard output. The
- simplest use of such a filter under dos is as follows:
-
- A>trimline < input-file > output-file
-
- Note that the angle-brackets ("<" and ">") indicate redirection of standard
- input and output; they must be included.
-
- The c-language source code is included for the peace of mind of wary users. It
- has been compiled and linked with Microsoft C version 4.0.
-
- The author of this program is:
-
- Stephen H. Owades
- Customized Computer Typesetting Services
- 1105 Massachusetts Avenue, 3-G
- Cambridge, MA 02138
- (617) 661-7798
-
- It may be distributed freely. The only restriction is that the entire archive
- must be intact, containing this doc file, the source code, and the executable
- file.